Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for URL connection string #62

Merged
merged 2 commits into from
May 20, 2014

Conversation

jasonsims
Copy link
Contributor

Fixes #57
This PR adds the ability to specify the DB connection info in URL format. Ex.

config: {
  url: 'postgres://username:password@hostname:port/database',
  pool: false,
  ssl: false
};

Jason Sims added 2 commits May 19, 2014 23:20
This will allow for specifying postgresql connection information either in
a connection object or via URL.
particlebanana added a commit that referenced this pull request May 20, 2014
Add support for URL connection string
@particlebanana particlebanana merged commit b8ae1f7 into balderdashy:master May 20, 2014
@particlebanana
Copy link
Contributor

Awesome thanks @jasonsims!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants